Fix "not nullable" annotation
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 7 Jul 2020 11:03:44 +0000 (12:03 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 7 Jul 2020 11:03:44 +0000 (12:03 +0100)
gtk/gtkstringlist.c

index 2555e1f8f3b9db60774d7abaa1e72a7286e37ee6..a88c719e1de998f008c34e73420e6a57622f2d77 100644 (file)
@@ -158,7 +158,7 @@ gtk_string_object_new_take (char *string)
 
 /**
  * gtk_string_object_new:
- * @string: (non-nullable): The string to wrap
+ * @string: (nonullable): The string to wrap
  *
  * Wraps a string in an object for use with #GListModel
  *